fix reserved-macro-identifier clang diagnostic
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Sat, 9 Sep 2023 13:44:43 +0000 (07:44 -0600)
committertsteven4 <13596209+tsteven4@users.noreply.github.com>
Sat, 9 Sep 2023 13:44:43 +0000 (07:44 -0600)
googletakeout.h

index 51b9222f1bb5c12e7e640faf4dce3683806787d7..d1db575935a233f983c6d2f39a8822fd1ce02c06 100644 (file)
@@ -19,8 +19,8 @@
   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301,
   USA.
 */
-#ifndef _GOOGLETAKEOUT_H
-#define _GOOGLETAKEOUT_H
+#ifndef GOOGLETAKEOUT_H_INCLUDED_
+#define GOOGLETAKEOUT_H_INCLUDED_
 
 #include <QJsonObject>     // for QJsonObject
 #include <QJsonValue>      // for QJsonValue
@@ -125,4 +125,4 @@ private:
   QVector<arglist_t> googletakeout_args;
 };
 
-#endif /* _GOOGLETAKEOUT_H */
+#endif /* GOOGLETAKEOUT_H_INCLUDED_ */